home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / pcl4c34.zip / SIMPLE._M_ < prev    next >
Text File  |  1992-05-02  |  204b  |  12 lines

  1. #
  2. # Microsoft makefile for SIMPLE.C ( small model )
  3. #
  4. .c.obj:
  5.      cl /AS /c $*.c
  6.  
  7. simple.obj: simple.c pcl4c.h
  8.  
  9. simple.exe: simple.obj pcl4c_s.lib
  10.      link/map simple,simple,,pcl4c_s.lib;
  11.  
  12.